Capstone 2 - AI Resume Screening System

This project is an AI-based resume screening and candidate recommendation system.

Instructions:

1. To run the system:
   Navigate to "Final_Product\Capstone-Revised-main\flaskProject"
   Open "app.py"

   Create a .env file in the flaskProject folder and add:
   ANTHROPIC_API_KEY=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
    
   Install required packages (in terminal mode):
   py -3.8 -m pip install flask PyPDF2 anthropic python-dotenv markupsafe

   Run app.py

   Click the link or open a browser and copy:
   Running on http://127.0.0.1:5000

2. To view individual contribution videos and group presentation of product:
   Open "index.html"

3. To run the first demo (proof of concept):
   Navigate to "First_Demo\Capstone-Revised-main\flaskProject"
   Open "app.py"
    
   Install required packages (in terminal mode):
   py -3.8 -m pip install flask PyPDF2 anthropic python-dotenv markupsafe scikit-learn

   Run app.py

   Click the link or open a browser and copy:
   Running on http://127.0.0.1:5000

4. For project details:
   Open "Description_and_Documentation"

5. Poster:
   Open "Poster\Poster.pdf"